﻿.container{max-width:1200px;}
.lm-body{padding-top:30px;padding-bottom:20px;}
.lmdh{padding-top:15px;padding-bottom:15px;}
@media (max-width:1025px) /*手机端*/
{
.lm-body{padding-top:10px;padding-bottom:0px;}
}
/*网站公共样式*/
.info-content1{font-size:16px;line-height:2;min-height: 300px;padding-top:10px;margin-bottom:10px;}
.info-content{font-size:16px;line-height:2;min-height: 300px;padding:10px 100px;border:1px #d8d8d8 solid;margin-bottom:20px;overflow: hidden; }
.info-content .title{line-height:30px;padding:20px 0 12px;border-bottom: #f2f2f2 1px solid;font-weight: normal;}
.info-content .title1{line-height:1.5;text-align: center;padding:20px 0;border-bottom: #f2f2f2 0px solid;font-weight: normal;}
.info-content .info{color:#999;}
.info-content p{padding: 0px;margin:10px 0px;}
.info-content1 p{padding: 0px;margin:10px 0px;}
.info-content img{max-width: 80%;}
.info-next{clear:both;}
.info-next li{float:left;width:50%;}
@media (max-width:1000px) /*手机端*/
{
    .info-content{font-size:14px;padding:0px 0px;border:0px #eee solid;margin-bottom:0px; }
    .info-next li{float:left;width:100%;}
}
a{color:#333;text-decoration:none;}                                            
a:hover{color:#004c98}
a:focus{color:#004c98}
a.btn-more{display:block;height:30px;line-height:30px;background:url(../images/index-more.png) no-repeat center;color:#004c98;font-size:14px;text-align:center;margin:0 auto;margin-top:20px}

.btn-more2{position:relative;width: 100%;background:url(../images/index-more2.png) no-repeat center;background-size:100% 2px;}
.btn-more2 a{display:block;width:90px;height:30px;line-height:30px;border:1px #ddd solid;color:#004c98;transition:all 0.5s ease;font-size:14px;transition:all 0.5s ease;text-align:center;margin:0 auto;margin-top:20px;background:#fff;}
.btn-more2 a:hover{background:#004c98;border-color:#004c98;color:#fff;}
@media (max-width:767px) /*手机端*/
{
.btn-more2 a{margin-top:12px}
}

/*栏目-标题-布局*/

.lm-title{clear: both;width:100%;height:40px;line-height:40px;background:#f3f3f3;}
.lm-title .s1{float: left;text-align:left;padding-left:30px;font-size:18px;color:#004c98;background:url(images/lm-t.jpg) no-repeat 15px center;}
.lm-title .s2{float: right;padding-right: 15px;}
@media (max-width:1025px) /*手机端*/
{
    .lm-title{height:36px;line-height:36px;}
    .lm-title .s1{font-size:16px;}
}


#banner .swiper-slide{
      height:500px;
    }

@media screen and (min-width: 768px) and (max-width: 1025px) {
    #banner .swiper-slide{
      height:300px;
    }
}
@media (max-width:767px) /*手机端*/
{
   #banner .swiper-slide{
      height:160px;
    }
}
.text-overflow {
  overflow: hidden; display: block; white-space: nowrap;text-overflow:ellipsis; -ms-text-overflow: ellipsis;
}
.text-overflow-lines2 {
  text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
   -ms-text-overflow: ellipsis;
}
.text-overflow-lines3 {
  text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;
   -ms-text-overflow: ellipsis;
}
/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:99;top: 0;left: 0;}
.mask-bg.active{display:block;}

/*首页模块样式*/
.module-box {position:relative;padding:40px 0px}
.module-box .module-title{clear:both;text-align:center;margin:0px 0px 35px 0px;}
.module-box .module-title .module_title_line{display: block;margin:18px auto 0px;width: 100%;height:4px;background:url(../images/index-t1.png) no-repeat center center;}
.module-box .module-title .cn-title{display:inline-block;*display:inline;*zoom:1;font-size:24px;font-weight: bold;line-height:1;margin-right: 5px;}
.module-box .module-title .en-title{display:inline-block;color:#999;font-size:16px;font-family: Arial;text-transform:uppercase;}
.module-box .module-title .cn-title i{float:left;width:50px;background:#004c98;height:2px;margin-top:17px; }
.module-box .module-title .cn-title span{float:left;margin:0px 15px;}

.module-box2 {position:relative;padding:30px 0px}
.module-box2 .module-title{clear:both;text-align:center;margin:0px 0px 35px 0px;}
.module-box2 .module-title .module_title_line{display: block;margin:10px auto 0px;width: 100%;height:4px;background:url(../images/index-t1.png) no-repeat center center;}
.module-box2 .module-title .cn-title{display:block;*display:inline;*zoom:1;font-size:30px;font-weight: bold;line-height:1;}
.module-box2 .module-title .en-title{display:block;color:#999;font-size:16px;margin-top: 2px;font-family: Arial;text-transform:uppercase;}

@media (max-width:767px) /*手机端*/
{
.module-box {padding:30px 0px}
.module-box .module-title{margin:0px 0px 25px 0px;}
.module-box .module-title .cn-title{font-size:18px;}
.module-box .module-title .en-title{font-size:12px;}
.module-box .module-title .module_title_line{margin:12px auto 0px;}

.module-box2 {padding:25px 0px}
.module-box2 .module-title{margin:0px 0px 20px 0px;}
.module-box2 .module-title .cn-title{font-size:22px;}
.module-box2 .module-title .en-title{font-size:10px;}
.module-box2 .module-title .module_title_line{margin:8px auto 0px;height:3px;background:url(../images/index-t2.png) no-repeat center center;}

.lmdh{padding-top:0px;padding-bottom:0px;}
}

/*底部*/
footer{text-align:left;width:100%;color:#fff;padding:40px 0;background:#004c98;line-height:2;}
footer a{color:#fff;}
footer a:hover{color:#fff;}
footer .flogo{margin-top: 20px;}
footer .flogo img{max-width: 273px;}
footer .ewm {text-align:center;}
footer .ewm img{max-width: 100px;}
footer .con {}
footer .con p{padding-left: 30px;height: 30px;line-height: 30px;background:url(../images/f-01.png) no-repeat left center;}
footer .con2 {}
footer .con2 p{height: 30px;line-height: 30px;}
@media (max-width:998px) /*手机端*/
{
footer{padding:40px 0 90px 0;}
}
@media (max-width:767px) /*手机端*/
{
  footer{padding:20px 0 70px 0;}
  footer .flogo{margin:0 auto 10px;text-align: center;}
  footer .flogo img{max-width: 200px;}
  footer .con2 p{font-size:12px;height: 25px;line-height: 25px;text-align: center;}
}
/*顶部样式*/
.header{position:relative;background:url(../images/body-bg.png) no-repeat top center;}
.header .logo img{height: 102px;padding: 20px 0px;}
.header .top_zdy{width: 280px;padding-top:6px;padding-right:15px;text-align: right;}
.header .top_zdy .date{color:#fff;padding-top:0px;}

.Mtop{width:100%;height:36px;background:#eee;}
.Mtop .Most-top {height:36px;line-height:36px; width:1200px;margin:0px auto;}
.Mtop .Most-top .t1{float:left;color:#838383;}
.Mtop .Most-top .t2{float:right;}
.Mtop .Most-top .t2 a{color: #838383;margin-right: 2px;}
.Mtop .Most-top .t2 a:hover{color: #838383;}
.Mtop .Most-top .t2 span{background:url(images/tel.png) no-repeat left center;padding-left:20px;margin:0 2px;}

@media (max-width:1024px) /*手机端*/
{
.header{background:none;}
}

.shurukuang input {width: 240px;background: none;border: 0px;margin: 0;outline: none;color: #666;height: 35px;line-height: 35px;padding: 0px 0 0px 20px;box-sizing: content-box;}
.shurukuang .s-btns{background: none;border:none;height:35px;color:#666;padding-right:20px;}
.shurukuang{margin-top: 32px;text-align:center;background:#e7e7e7;border-radius: 18px;}
/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{-webkit-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{-webkit-animation-name:navSlide;animation-name:navSlide}
@keyframes navSlide{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:visible}100%{-webkit-transform:translateY(0);opacity:1;transform:translateY(0)}}

/*手机顶部搜索样式 */
.search_box{position: absolute;z-index:9999;width:100%;background:#f5f5f5;}
.top-search{display:none;width:100%;}

.attr-nav{float:right;margin-left: 20px;transition:.5s all;-webkit-transition:.5s all;-o-transition:.5s all;-moz-transition:.5s all;-ms-transition:.5s all}

/*搜索样式*/
.s-bar{clear:both;padding:18px 0;width:100%;overflow:hidden;}
.s-bar .s-input{float:left;border:1px solid #cacaca;border-right:0px;padding-left:15px;height:32px;width:85%;font-size:14px;color:#999;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.s-bar .s-btn{float:left;border:0px;background:#004c98;width:15%;height:32px;color: #fff;cursor:pointer;border-bottom-right-radius: 4px;border-top-right-radius: 4px;}


/*主菜单*/
@media (min-width:1200px) /*pc端*/
{
.header .nav-toggle{display:none}
.main-menu{padding:0px;background:#004c98;height:50px;}
    .nav>ul>li{display:inline-block;text-align:center;}
    .nav>ul>li>a{display:block;text-align:center;font-size:18px;padding:0 40px;color:#fff;position:relative;line-height:50px;height:50px;}
    .nav>ul>li:hover{background:url(../images/nav-bg.jpg) no-repeat bottom center;}
    .nav>ul>li:hover > a{color:#fff;}
    .nav>ul>li.current > a{}
    .nav>ul>li.current:hover > a{}
    .nav>ul>li>ul{position:absolute;}
    .nav li:hover>ul{display:block}
    .nav> ul > li > ul::before {display:block;margin:0px auto;text-align: center;position:absolute;top:0px;left: 50%;margin-left: -5px;content: "";width: 0;height: 0;border-left:5px solid transparent;border-right:5px solid transparent;border-top: 5px solid #fff;}
    .nav> ul > li > ul li ul::before{display:block;margin:0px auto;text-align: center;position:absolute;top:20px;left:-10px;content: "";width: 0;height: 0;border-bottom:5px solid transparent;border-right:5px solid transparent;border-top: 5px solid transparent;border-left: 5px solid #fff;}
    .nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;font-size:15px;line-height:45px;} 
    .nav ul li ul li a:hover{text-decoration:none;color:#fff;background:#004c98;}

    .nav ul li{position:relative;}
    .nav ul li .arrow{display:none}
    .nav ul li ul{display:none;position:absolute;padding-top: 10px;padding-bottom: 15px;left:0%;z-index:1002;width:100%;background:rgba(0,76,152,0.7);border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;} /*二级ul样式*/
    .nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/
.el-input-group {width: 50%!important;}
}

@media (max-width:1200px) /*手机端*/
{
.header{}
.header .logo img{height:60px;padding: 8px 0px 8px 10px;}
.header .top_zdy{display: none;}
.header .nav-toggle{position:absolute;right:0px;background:#004c98;top:0px;font-size:20px;color:#fff;width:50px;height:60px;line-height:60px;text-align:center;cursor:pointer;z-index:1005;}
.header .nav-toggle.active{color:#fff;}
.switch i {
    display: block;
    height:60px;
    line-height:60px;
    color: #888;
    text-align: center;
    margin-right: 65px;
    font-size: 20px;
}

.nav{position:fixed;z-index:1006;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left}
.nav ul li ul{display:none;} /*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;background-color:#eeeeee}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{color:#333;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}
}

/*子栏目样式*/
.sub-nav-box {clear: both;margin-bottom:20px;}
.sub-nav-box .sub-nav-title{height:100px;padding-left:20px;background:#004c98;}
.sub-nav-box .sub-nav-title span{display:block;color:white;}
.sub-nav-box .sub-nav-title .s1{line-height:35px;font-size:24px;padding-top:22px;}
.sub-nav-box .sub-nav-title .s2{line-height:20px;font-size:12px;text-transform:Uppercase;}

.sub-nav-box .sub-nav-title .nav-toggle{width:50px;line-height:40px;padding: 0px;cursor:pointer;color:#fff;text-align:center}
.sub-nav-box .sub-nav-title .nav-toggle.active{color:#333}

.sub-nav-box .sub-nav{clear:both;text-align:center;margin-bottom:20px;width:100%;}
.sub-nav-box .sub-nav li{float:left;width:100%;padding:0px;text-align:left;position:relative;}
.sub-nav-box .sub-nav li a{display:block;line-height:56px;border-top:1px #fff solid;padding-left:30px;font-size:18px;color:#004c98;background:#f3f3f3;}
.sub-nav-box .sub-nav li a:hover{color:#fff;background:#1f6fbf url(images/sub2-bg.png) no-repeat 90% center;}
.sub-nav-box .sub-nav li ul{display:none}
.sub-nav-box .sub-nav li ul li a{padding-left:52px;}
.sub-nav-box .sub-nav li ul li ul li a{padding-left:80px}

.sub-nav-box li .arrow{position:absolute;right:0px;top:0px;width:54px;height:56px;line-height:56px; text-align:center;transition-duration:0.1s;cursor:pointer}
.sub-nav-box li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:normal;font-size:18px;}

.sub-nav-box .sub-nav li.current > a{color:#fff;background:#1f6fbf url(images/sub2-bg.png) no-repeat 90% center;}
.sub-nav-box .sub-nav li.active > ul{display:block}
.sub-nav-box .sub-nav li.active > .arrow{color:#0075c2;transform:rotate(90deg)}

.sub-nav1{clear:both;text-align:left;margin-top:5px;margin-bottom:0px;width:100%;overflow:visible;}
.sub-nav1 li{float:left;width:auto;padding:0px;margin-right:40px;text-align:left;position:relative;}
.sub-nav1 li a{display:block;padding-left:0px;line-height:30px;color:#666;border-bottom:1px #fff solid;font-size:16px}
.sub-nav1 li a:hover{color:#0075c2;border-bottom:1px #0075c2 solid;}
.sub-nav1 li ul{display:none}
.sub-nav1 li ul li a{padding-left:55px;}
.sub-nav1 li ul li ul li a{padding-left:85px}

.sub-nav1 li.current > a{color:#0075c2;border-bottom:1px #0075c2 solid;}
.sub-nav1 li.active > ul{display:block}
.sub-nav1 li.active > .arrow{transform:rotate(90deg)}

@media (max-width:1025px) /*手机端*/
{
    .sub-nav-box {background:none;padding: 0px;margin-top:0px;margin-bottom:10px;}
    .sub-nav-box .sub-nav-title{height:40px;line-height:40px;padding-bottom: 0px;text-align:left;font-size:16px;background:#004c98;color: #fff;padding-left: 10px;border-radius: 3px;}
    .sub-nav-box .sub-nav-title span{clear: both;border-left: 0px solid #0075c2;}
    .sub-nav-box .sub-nav-title .s1{display: none;}
    .sub-nav-box .sub-nav-title .s2{display: none;}

    .sub-nav-box .sub-nav{overflow-y:auto;background:#fff;margin-top:0px;}
    .sub-nav-box .sub-nav li{float:left;width:100%;background:none;}
    .sub-nav-box .sub-nav li a{display:block;padding-left:20px;line-height:50px;border-left:0px #004c98 solid;border-right:0px #004c98 solid;border-bottom:1px #ececec solid;font-size:15px;}
    .sub-nav-box .sub-nav li a:before{display: none;float:right;font-family:FontAwesome;content:"\f105";padding-right: 20px;}
.sub-nav {display:none}
.sub-nav.active{display:block}
.sub-nav.active{opacity:1;width:260px;max-width:60%;
    position: fixed;
    z-index: 1005;
    top: 0px;
    right: 0px;height:100%;height:100vh;}
    .sub-nav-box .sub-nav li.current > a{background:none;color:#333;}
}

/*首页_日期搜索*/
.sy_xwtt{clear:both;margin-top:15px;padding:20px 30px;border: 0px solid #d8d8d8;overflow:hidden;background:#edf2f6 url(images/hot_bg.png) no-repeat left top; }

/*文章列表左边日期*/
.wzlb_zbrq_box{clear:both;}
.wzlb_zbrq_box li{clear:both;position:relative;}
.wzlb_zbrq_box .date{position:absolute;left:0px;top:0px;max-width:90px;height:64px;border:#e3e3e3 0px solid;text-align:center;font-family:Arial;padding:0px;width:100%;}
.wzlb_zbrq_box .date span{display:block;}
.wzlb_zbrq_box .date span.date1{line-height:30px;border-bottom:0px solid #333;color:#646464;font-size: 28px;font-weight:bold;margin:0 auto;padding-top:2px;}
.wzlb_zbrq_box .date span.date2{color:#666;font-size:14px;height:20px;line-height:20px;}
.wzlb_zbrq_box .con{margin-left:90px;}
.wzlb_zbrq_box .con a.title{clear:both;display:block;text-align: center;font-size:28px;font-weight: bold;line-height:1.5em;color:#d9281c;text-decoration:none;margin:0px auto;overflow:hidden;}
.wzlb_zbrq_box .introduct{display:block;color:#555;line-height:22px;max-height: 44px;margin-top:15px;text-indent: 2em;}

@media (max-width:768px) /*手机端*/
{
.wzlb_zbrq_box .con a.title{font-size:22px;line-height:1.8em;}
}
@media (max-width:767px) /*手机端*/
{
.sy_xwtt{margin-top:10px;padding:20px 15px 15px;}
.wzlb_zbrq_box .con{margin-left:25px;}
.wzlb_zbrq_box .con a.title{font-size:16px;line-height:1.5em;}
.wzlb_zbrq_box .introduct{margin-top:5px;text-indent: 0em;text-align: center;}
}

/*通知公告滚动*/
.sy-tzgg{position:relative;z-index: 1;top:-30px ;margin-bottom:-30px;height:60px;overflow:hidden;background:#f2f2f2;}
.sy-tzgg .t1 {display:inline-block;font-size:24px;width: 100%;padding-left: 36px;color:#fff;background:url(../images/tzgg-bg.png) no-repeat left top;line-height:60px;}
.tzgg-list {height:60px;}
.tzgg-list li.item{width:100%;height:60px;line-height:60px;font-size:16px;}
.tzgg-list li.item .title{float:left;max-width:80%;overflow: hidden; display: block; white-space: nowrap;text-overflow:ellipsis; -ms-text-overflow: ellipsis;}
.tzgg-list li.item .date{float:right;padding-right: 25px;color: #999;}
@media (max-width:767px) /*手机端*/
{
.sy-tzgg{top:-25px ;margin-bottom:-25px;height:50px;}
.tzgg-list {height:50px;border-left: 3px solid #004c98;}
.tzgg-list li.item{height:50px;line-height:50px;font-size:14px;}
.tzgg-list li.item .title{padding-left: 10px;padding-right: 10px;max-width:100%;}
.tzgg-list li.item .date{padding-right: 15px;}
}
/*新闻幻灯片*/
.sy-hdp {}
.sy-hdp img {
    width:100%;height: 392px;overflow:hidden;
}

.sy-hdp img:hover{
    opacity: 0.8;
}
.sy-hdp  a .title{
    width: 100%;
    font-size: 16px;
    line-height: 2;
    padding-top: 6px;
    overflow: hidden; 
    display: block;
}
.sy-hdp p{
    font-size: 14px;
    color: #aaa;
    height: 40px;
    line-height: 1.5;
    margin-bottom: 6px;
}
.sy-hdp a > .title > span{
    text-align: center;
    text-overflow: ellipsis;white-space: nowrap;overflow: hidden; display: block;
    letter-spacing: 1px;
    line-height: 42px;
    font-size: 16px;
}

#Swiper3 .swiper-pagination-bullets {
text-align: center;
}
#Swiper3 .my-bullet{
    display:inline-block;
    width: 10px;
    height: 10px;
    border-radius:50%;
    background: #004c98;
    position: relative;
    z-index:2;
    margin: 0 3px;
    bottom: 100px;
}
#Swiper3 .my-bullet-active{
  background: #d9281c;
  opacity: 1;
}
@media (max-width:768px) /*手机端*/
{
#Swiper3 .my-bullet{
    bottom: 80px;
}
}
@media (max-width:767px) /*手机端*/
{
.sy-hdp img {height: 250px;}
}

/*新闻幻灯片*/
.sy-hdp2 {}
.sy-hdp2 img {
    width:100%;height: 300px;overflow:hidden;
}

.sy-hdp2 img:hover{
    opacity: 0.8;
}
.sy-hdp2  a .title{
    position: absolute;
    z-index: 1;
    bottom: 0; 
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 10px 70px 10px 10px;
    font-size: 14px;
    background: rgba(0,0,0,0.6);text-overflow: ellipsis;white-space: nowrap;overflow: hidden; display: block;
}
.sy-hdp2 a:hover > .title{
    background: rgba(13, 85, 110, 0.7);
}

#Swiper33 .swiper-pagination-bullets {
text-align: right;
}
#Swiper33 .my-bullet{
    display:inline-block;
    width: 10px;
    height: 10px;
    border-radius:50%;
    background: #fff;
    position: relative;
    z-index:2;
    margin: 0 2px;
    right:8px;
}
#Swiper33 .my-bullet-active{
  background: #004c98;
  opacity: 1;
}

@media (max-width:768px) /*手机端*/
{
.sy-hdp2 img {height: auto;}
}
/*首页-业务范围*/
.sy-ywfw {text-align: center;padding-top:0px;padding-bottom:0px;}
.sy-ywfw li {background:url(../images/yewu01.jpg) no-repeat center / cover;}
.sy-ywfw .item{padding-top:40px;padding-bottom:20px;height:280px;background:rgba(28,94,161,0.7);text-align: center;-webkit-transition: all 0.5s;transition: all 0.5s;}
.sy-ywfw .item:hover{background:rgba(28,94,161,0);}
.sy-ywfw .item .i-center {width:100%;text-align: center;margin: 0px auto;}
.sy-ywfw .item .i-center i{font-size: 45px;color: #fff;text-align: center;-webkit-transition: all 0.5s;transition: all 0.5s;}
.sy-ywfw .item .box{padding: 20px 20px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.sy-ywfw .item:hover .box{-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, -15px, 0);transform: translate3d(0, -15px, 0);}
.sy-ywfw .item h5 {margin: 20px 0 10px;font-size: 16px;font-weight: normal;color: #fff;line-height: 1.3;}
.sy-ywfw .item .line{margin:15px auto 30px;width:40px;height:4px;background:#ffffff;}
.sy-ywfw .item .smore {display: none;cursor:pointer;color: #fff;margin: 0px auto;border-radius: 12px;line-height: 24px;font-size: 14px;font-weight:normal;width: 100px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.sy-ywfw .item:hover .smore {display: block;background:#004c98;color: #fff;}

.sy-ywfw .item:hover .i-center i{color: #1c5ea1;transform: rotateY(180deg);-ms-transform: rotateY(180deg);-moz-transform: rotateY(180deg);-webkit-transform: rotateY(180deg);-o-transform: rotateY(180deg);}
.sy-ywfw .item:hover h5{color:#1c5ea1;}
.sy-ywfw .item:hover .line{background:#003a74;}

@media (max-width:1024px) /*手机端*/
{
.sy-ywfw li {background:none;}
.sy-ywfw .item{padding-top:0px;padding-bottom:0px;height:auto;background:none;}
.sy-ywfw .item .i-center {width:80px;height: 80px;line-height: 80px;background:#004c98;border-radius: 50%;}
.sy-ywfw .item .box{padding: 0px 0px;}
.sy-ywfw .item h5 {margin: 20px 0 0px;font-size: 15px;color: #333;line-height: 1.3;}
.sy-ywfw .item:hover .box{-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, 0px, 0);transform: translate3d(0, 0px, 0);}
}
/*图片列表*/
.images-list .row {margin-left:-15px;margin-right: -15px;}
.images-list .row .item {margin-top:20px;}
.images-list .row .item .pic{overflow:hidden;}
.images-list .row .item .pic img{display:block;width:100%;}
.images-list .row .item:hover .pic img{transform:scale(1.1,1.1);transition: all 0.8s ease-out 0s;}
.images-list .row .item .title{font-size: 16px;text-align: center;padding-top: 10px;}


/*栏目-图片列表2*/
.xqhz .row {margin-left: -15px;margin-right: -15px;}
.xqhz .item a{display:block;width:100%;margin-top: 20px;overflow:hidden;}
.xqhz .item a .con{width:100%;background:#f5f5f5;padding:10px 15px;}
.xqhz .item a .con .title_line{margin:8px 0;width:20px;height:1px;background:#7f7f7f;}
.xqhz .item a .con .t1{height: 48px;line-height: 24px;font-size: 15px;}
.xqhz .item a .con .t2{text-align: center;line-height: 40px;color:#fff;background-color: #1B1B1B;}
.xqhz .item a .img{position:relative;z-index: 1;overflow: hidden;width:100%;}
.xqhz .item a .img .zbbg{position:absolute;top:50%;left:50%;margin-top:-24px;margin-left:-24px;z-index:2;width: 48px;height:48px;text-align:center;display:block;background:url(images/zhibo2.png) no-repeat 0 0;}
.xqhz .item a .img img{width:100%;}
.xqhz .item:hover img{transform:scale(1.1,1.1);-webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8;}

/*首页-合作伙伴*/
.images-list2 .row {margin-left:-15px;margin-right: -15px;}
.images-list2 .row .item {padding:40px 20px;margin-top: 20px;text-align: center;border:1px solid #f5f5f5;overflow:hidden;box-shadow: 0px 0px 15px rgba(152, 152, 152, .2);-moz-box-shadow:0px 0px 15px rgba(152, 152, 152, .2); -webkit-box-shadow:0px 0px 15px rgba(152, 152, 152, .2);-webkit-transition: all 0.25s linear;transition: all 0.25s linear;}
.images-list2 .row .item:hover {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}
.images-list2 .row .item a{display:block;overflow:hidden;}
.images-list2 .row .item .pic{min-height:80px;line-height: 1;}
.images-list2 .row .item .pic img{width:auto;height:auto;}
.images-list2 .row .item .title{height: 2;line-height: 2;color: #000;}
.images-list2 .row .item a:hover img{transform:scale(1.1,1.1);transition: all 0.3s ease-out 0s;}
@media only screen and (max-width:767px) 
{
   .images-list2 .row .item {padding:30px 10px;}
   .images-list2 .row .item .pic{min-height:60px;}
}

/*栏目-投资者关系*/
.divLastNotice{}
.divLastNotice ul li{ padding: 20px 0; border-bottom: #f1f1f1 1px solid;}
.divLastNotice ul li .info{ padding-left: 100px; padding-right: 120px; position:relative; }
.divLastNotice ul li .info .div{width: 100%;}
.divCase li{position:relative;}
.divCase li .ton{position:absolute;top:61px; right:37%;}

.divLastNotice ul li .info .divBox{ display: table; width: 100%;min-height: 110px; height:110px; }
.divLastNotice ul li .info .divBox .divCont{display:table-cell; vertical-align:middle; font-size: 16px; font-weight: normal;}
.divLastNotice ul li .info .divBox .divCont a{ color:#333;}
.divLastNotice ul li .info:hover .time{ background-color: #d1292e; color: #fff; }
.divLastNotice ul li .info:hover .time .year{ background-color: #b11115; color: #fff; }
.divLastNotice ul li .info:hover .divBox .divCont a{ color:#d1292e;}

.divLastNotice ul li .time{ width: 70px; background-color: #e8e8e8; color: #333; text-align: center; font-family: Arial; position:absolute; top: 50%; left: 0; margin-top: -35px;}
.divLastNotice ul li .time .year{ display: block; font-size: 14px; background-color: #ddd; line-height: 24px;}
.divLastNotice ul li .time .date{ display: block; font-size: 30px; line-height: 46px;}

.divLastNotice ul li .a_download{position: absolute; top: 0; right: 0; display: block; width: 110px; border-left: #ededed 1px solid; height: 100%; text-align: right; background:url(../images/icon_download.png) no-repeat center center;}
.divLastNotice ul li .a_download span{ position: absolute; top: 50%; margin-top: -12px; right: 0; }
.divLastNotice ul li .a_download:hover{background:url(../images/icon_download_on.png) no-repeat center center;}
.divLastNotice ul li .a_download:hover span{ color: #d1292e; }

/*发展历程*/
.divHistory{ clear: both;padding-left: 0px;margin-top: 20px;}
.divHistory .divHistory_li{ padding-bottom: 4.17%; }
.divHistory .divThing{ font-size: 23px; line-height: 30px; padding-left: 44px; background:url(../images/icon_time.png) no-repeat left center; cursor: pointer; margin-bottom: 10px;}
.divHistory .divThing .spanTimes{ color: #d1292e; font-size: 0.92em; }
.divHistory .divThing .spanInfo{ color: #7c7c7c; font-size: 0.92em; }
.divHistory .divThing .bottomdirection  
{  
    width:0;height:0;  
    line-height:0;  
    border-width:7px 6px;  
    border-style:solid;  
    border-color: #d1292e transparent transparent transparent;  
    display: inline-block;
    margin: -3px 15px;
} 
.divHistory .divThing .topdirection  
{  
    border-color: transparent transparent #d1292e transparent; 
    margin: 3px 15px;
} 
.divHistory .divTimeList{ margin-left: 12px; padding-top: 3.6%; border-left:#e3e3e3 1px solid;}
.divHistory .divTimeList .divTimeList_dl{ margin-left: -7px;}
.divHistory .divTimeList .divTimeList_dd{display: -moz-box; /* Firefox */ 
display: -ms-flexbox; /* IE10 */ 
display: -webkit-box; /* Safari */ 
display: -webkit-flex; /* Chrome, WebKit */ 
display: box; 
display: flexbox; 
padding:15px 0; position:relative;}
.divHistory .divTimeList .divTimeList_dd .spanYear{-webkit-box-flex: 0;-ms-flex: 0;-webkit-flex: 0;flex: 0; display: block; color: #d1292e; font-size: 16px; padding-left: 34px; background:url(../images/icon_year.png) no-repeat left 7px; white-space: nowrap; line-height: 25px; /*line-height: 47px;*/ position:absolute;}
.divHistory .divTimeList .divTimeList_dd .divInfo{ -webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;  font-size: 16px; padding-left:112px;}
.divHistory .divTimeList .divTimeList_dd .divInfo p{ margin: 0; line-height: 25px;}
/*histroy*/

/*新闻资讯-首页、子栏目公用*/
.news-list{clear:both;overflow:hidden;margin-top: 0px;}
.news-list li.tw{clear:both;overflow:hidden;display:block;width:100%;margin:0px 0px 15px 0px;text-align:left;}
.news-list li.tw .pic{float:left;width:160px;height:105px;overflow:hidden;margin-right:10px;}
.news-list li.tw .pic img{width:100%;height:100%;display:block;}
.news-list li.tw .content{display:inline;}
.news-list li.tw .content a{display:block;line-height:30px;font-size:16px;}
.news-list li.tw .content span{color:#808080;height:75px;line-height:25px;} 

.news-list li.item{clear:both;overflow:hidden;width:100%;height: 60px;line-height: 60px;font-size: 16px;border-bottom:1px dashed #e5e5e5;}
.news-list li.item .title{float:left;padding-left:10px;background:url(images/article_arrow.jpg) no-repeat left center;max-width:85%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-list li.item .date{float:right;padding-right: 0px;color: #999;}

.news-list2 li.item{clear:both;overflow:hidden;width:100%;height: 50px;line-height: 50px;font-size: 16px;}
.news-list2 li.item .title{float:left;padding-left:10px;background:url(images/article_arrow.jpg) no-repeat left center;max-width:85%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-list2 li.item .date{float:right;padding-right: 0px;color: #999;}
@media (max-width:768px) /*手机端*/
{
.news-list2{margin-top: 10px;}
.news-list2 li.item{height: 30px;line-height: 30px;font-size: 14px;}
}
@media (max-width:767px) /*手机端*/
{
.news-list li.item{font-size: 14px;height: 50px;line-height: 50px;}
.news-list li.item .title{max-width:76%;}
}

.news-list3 {padding:20px;background:#FFF;}
.news-list3 li.item{clear:both;overflow:hidden;width:100%;}
.news-list3 li.item .title{float:left;padding-left:11px;background:url(images/arr.png) no-repeat left center;font-size: 16px;line-height: 32px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/*首页-新闻资讯列表*/
.news-list li.tw2{display:block;width:100%;padding-bottom: 20px;margin-top:20px;text-align:left;border-bottom:1px solid #ededed;overflow:hidden;}
.news-list li.tw2 .pic{overflow:hidden;}
.news-list li.tw2 .pic img{width:100%;height:100%;max-height: 200px;display:block;}
.news-list li.tw2:hover img{transform:scale(1.1,1.1);transition: all 0.8s ease-out 0s;}
.news-list li.tw2 .content{padding-left: 20px;}
.news-list li.tw2 .content .t1{display:block;font-size:18px;line-height: 1.5;margin-bottom: 3px;overflow:hidden;}
.news-list li.tw2 .content .t2{width:100%;color:#888;max-height:44px;line-height:22px;} 
.news-list li.tw2 .content .mored{float: right;margin-top: 12px;width:90px;height:26px;line-height:26px;text-align: center;background:#e8e8e8;color:#004c98;display:block;overflow:hidden;}
.news-list li.tw2:hover .content .mored{background:#004c98;color:#fff;}
@media (max-width:767px) /*手机端*/
{
  .news-list li.tw2{padding-bottom: 15px;margin-top:15px;}
  .news-list li.tw2 .pic{max-height: auto;margin-top:3px;}
  .news-list li.tw2 .content{padding-left: 0px;}
  .news-list li.tw2 .content .t1{font-size:16px;margin-top: 10px;}
  .news-list li.tw2 .content .t2{max-height:40px;line-height:20px;} 
}

/*首页-优势*/
.sy-youshi{background: url(images/sh-bg.jpg) repeat-x 0 0;box-shadow:2px 2px 10px #eee;}
.sy-youshi .box {
  border-right: solid 1px #e9e9e9;
  padding:0px 0 ;
  line-height: 41px;
  text-align: center;
  margin:25px 0;
}
.sy-youshi li h4 {
  font-weight: normal;
  font-size: 18px;
}
.sy-youshi li h4 span {
  font-weight: bold;color: #333;margin-right: 5px;
}
.sy-youshi li:nth-child(4) .box{border-right: solid 0px #e9e9e9;}

@media (max-width:767px) /*手机端*/
{
    .sy-youshi{background: none;}
    .sy-youshi .box {margin:0px 0;padding:30px 0 ;}
    .sy-youshi li h4 {font-size: 14px;}
    .sy-youshi li h4 span {display: block;margin-right: 0px;}
    .sy-youshi li:nth-child(1) .box{border-left: solid 0px #e9e9e9;border-bottom: solid 1px #e9e9e9;margin-bottom:0px;}
    .sy-youshi li:nth-child(2) .box{border-bottom: solid 1px #e9e9e9;border-right: solid 0px #e9e9e9;margin-bottom:0px;}
    .sy-youshi li:nth-child(3) .box{border-left: solid 0px #e9e9e9;border-bottom: solid 1px #e9e9e9;}
    .sy-youshi li:nth-child(4) .box{border-right: solid 0px #e9e9e9;border-bottom: solid 1px #e9e9e9;}

}

/*swiper*/
@media (max-width:1024px) /*手机端*/
{
    .swiper-inner{padding-bottom:25px;}
    .swiper-inner .swiper-pagination{padding-top:12px;left: 50%;transform: translateX(-50%); white-space: nowrap;}
    .swiper-inner .swiper-pagination-bullet{cursor:pointer;margin:3px;background:#999;width:10px;height:10px;opacity:0.4;}
    .swiper-inner .swiper-pagination-bullet-active{opacity:1;}
}

.swiper-inner2{padding-bottom:25px;}
.swiper-inner2 .swiper-pagination{padding-top:12px;left: 50%;transform: translateX(-50%); white-space: nowrap;}
.swiper-inner2 .swiper-pagination-bullet{cursor:pointer;margin:3px;background:#999;width:10px;height:10px;opacity:0.4;}
.swiper-inner2 .swiper-pagination-bullet-active{opacity:1;}
/*首页-成功案例*/
.sy-case {max-width:1280px;margin:0px auto;position:relative;}
.images-list3 .item {padding:0px;margin-top:0px;background-color: #ffffff;}
.images-list3 .item .con{padding:10px 15px;}
.images-list3 .item .con .title{height: 50px;line-height: 25px;font-size:14px;color:#000;}
.images-list3 .item .con .date{display:block;line-height: 25px;font-size:14px;color:#666;}
.images-list3 .item .img{overflow: hidden;width:100%;}
.images-list3 .item .img img{width:100%;}
.images-list3 .item:hover img{transform:scale(1.1,1.1);-webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8;}

.sy-case .swiper-button-prev,.sy-case .swiper-button-next {
   opacity: 0.8 !important; width: 60px; text-align: center; line-height: 150px;  height: 61px;  z-index: 10;   margin-top: -30px;position: absolute;top: 50%;overflow: hidden;}
.sy-case .swiper-button-prev{ 
  left: 15px;  background: #fff url(images/icon_home_prev.png) no-repeat center center;}
.sy-case .swiper-button-next{ 
  right: 15px;background: #fff url(images/icon_home_next.png) no-repeat center center;}


/*首页选项卡*/
.tabBox { width:100%;overflow:hidden;}
.tabBox .hd{text-align: center;margin-bottom:35px;position:relative;height:70px;background:url(images/index4-bg.jpg) no-repeat center bottom;}
.tabBox .hd ul{width:100%;background:url(images/index5-bg.png) no-repeat center 8px;}
.tabBox .hd ul li{ display: inline-block; padding:0px;width:320px;height:71px;margin-right:50px;text-align: right;font-size:18px;font-weight:bold;cursor: pointer;}
.tabBox .hd .t1{display: block;font-size:24px;font-weight:bold;padding:0px 0px;line-height: 1;}
.tabBox .hd .t2{font-size:16px;font-weight:normal;font-family: Arial;color:#999;text-transform:uppercase;line-height: 1;}
.tabBox .hd ul li:last-of-type {text-align: left;margin-right:0px;}

.tabBox .hd ul li.active{background:url(images/index3-bg.jpg) no-repeat right bottom;}
.tabBox .hd ul li:last-of-type.active{background:url(images/index3-bg.jpg) no-repeat left bottom;}
.tabBox .bd ul{ padding:20px 0px;}

@media (max-width: 767px) {
.tabBox .hd{height:30px;margin-bottom:20px;background:url(images/index44-bg.jpg) no-repeat center bottom;}
.tabBox .hd ul{width:100%;background:url(images/index55-bg.png) no-repeat center 0px;}
.tabBox .hd ul li{ width:120px;height:30px;margin-right:20px;}
.tabBox .hd .t1{font-size:20px;}
.tabBox .hd ul li.active{background:url(images/index33-bg.jpg) no-repeat right bottom;}
.tabBox .hd ul li:last-of-type.active{background:url(images/index33-bg.jpg) no-repeat left bottom;}
}


/*首页_选项卡图片样式*/
.case-list {padding-bottom:15px;}
.case-list .item{position:relative;}
.case-list .item a{display:block;width:100%;overflow:hidden;}
.case-list .item a img{clear:both;overflow:hidden;display:block;width:100%;height:auto;text-align:center;transition:all 0.5s ease;}
.case-list .item a:hover img{transform:scale(1.2);transition:all 0.5s ease;}
.case-list .item a .tit{position:absolute;top:38%;left:0px;z-index:2;line-height:1.5;color:#ffffff;font-size:18px;text-align:center;display:block;width:100%;opacity:0;filter:alpha(opacity=0);transition:all 0.5s ease;padding: 0 10px;}
.case-list .item a .tit i{display: block;font-size: 45px;}
.case-list .item a:hover .tit{opacity:1;filter:alpha(opacity=100);top:36%;}
.case-list .item a .cover-bg{position:absolute;top: 0;left: 0;width: 100%;height: 100%;z-index:1;background:#000;opacity:0;filter:alpha(opacity=0);transition:all 0.5s ease;}
.case-list .item a:hover .cover-bg{;opacity:0.6;filter:alpha(opacity=60);}
.case-list .item a .cover-bg2{position:absolute;top: 5%;left: 5%;width: 90%;height: 90%;border: 2px solid #fff;z-index:2;background:none;opacity:0;filter:alpha(opacity=0);transition:all 0.5s ease;}
.case-list .item a:hover .cover-bg2{;opacity:1;filter:alpha(opacity=100);}

@media (max-width: 767px) {
.case-list {padding-bottom:0px;}
.case-list .item a .tit{top:38%;font-size:14px;}
.case-list .item a .tit i{font-size: 25px;}
.case-list .item a:hover .tit{top:30%;}
}

/*首页移动_选项卡图片样式*/
.case-list2 {}
.case-list2 .item {padding:0px;}
.case-list2 .item .img{overflow: hidden;width:100%;position: relative;}
.case-list2 .item:hover img{transform:scale(1.1,1.1);transition: all 0.8s ease-out 0s;}
.case-list2 .item .title{position:absolute;display:block;bottom:0px;width:100%;height:35px;line-height:35px;background:rgba(0,0,0,.6);color:#FFF;font-size:14px;left: 0;text-align:left;padding:0px 40px 0 10px;}
.case-list2 .item .more{position:absolute;bottom:0px;right:0;width:40px;height:35px;line-height:35px;font-size:18px;color:#fff;text-align: center;font-style: bold;background:#004c98;}

/*首页_新闻*/
.sy-news .divHomeNewsTop{ padding-top: 22px; padding-bottom: 22px; border-bottom: #e6e6e6 1px solid; min-height: 70px;}
.sy-news .divHomeNewsTop .divLocation{ position: relative; padding-left: 105px;}
.sy-news .divHomeNewsTop .divInfo .tit{font-size: 16px; line-height: 34px; color: #da241b; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.sy-news .divHomeNewsTop .divInfo .p{font-size: 14px; line-height: 24px; color: #888; max-height: 72px; overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; position: relative;}

.sy-news{clear: both;margin-top: -10px;overflow: hidden;}
.sy-news .item{ padding: 10px 0; border-bottom: #e6e6e6 1px solid; min-height: 80px;}
.sy-news .item:last-child{border-bottom: #e6e6e6 0px solid;}
.sy-news .item .divLocation{ position: relative; padding-left: 80px; padding-right: 0px;}
.sy-news .item .divLocation .divInfo{display: table; width: 100%;border-left: #e6e6e6 2px solid;padding-left: 15px;min-height: 62px; }
.sy-news .item .divLocation .divInfo .divCont{min-height: 64px; display:table-cell; vertical-align: middle;width: 100%; }
.sy-news .item .divLocation .divInfo .divCont .title{ font-size:16px;line-height: 1.35;max-height:64px;}
.sy-news .item .divLocation .divInfo .divCont span{ font-size: 14px;color:#aaa;margin-top: 3px;}

.sy-news .divTime{ width: 65px; position: absolute; left: 0; top: 0; text-align: right;font-family: Arial;}
.sy-news .divTime .data{ display: block; border-bottom: #e6e6e6 0px solid; font-size: 24px;font-weight: bold; line-height: 1.5;}
.sy-news .divTime .data2{color:#004c98;}
.sy-news .divTime .year{ display: block; font-size: 18px; color: #b4b4b4;  line-height: 1.5; }
@media (max-width: 768px) {
.sy-news{margin-top: 5px;}
.sy-news .item:first-child{ border-top: #e6e6e6 1px solid;}
}
/*首页_模块标题*/
.sy-title {padding:0px 0px;background:url(images/index-t2.png) no-repeat right bottom;overflow: hidden;}
.sy-title .tit{float:left;height:46px;margin:0px;border-left: 4px solid #004c98;padding-left: 20px;}
.sy-title .t1{display: block;font-size:24px;font-weight:bold;padding:0px 0px;line-height: 1;}
.sy-title .t2{font-size:16px;font-weight:normal;font-family: Arial;color:#999;text-transform:uppercase;line-height: 1;}
.sy-title .more{float:right;text-align:right;color:#999;font-size:14px;padding-top: 10px;}
.sy-title .more a{color:#999;}
.sy-title .more a:hover{color:#004c98;}
.sy-title .cent{padding:10px 0;border: 0px solid #eee;}

@media (max-width:768px) /*手机端*/
{
.sy-jlfw {padding-top:20px;}
.sy-jlfw2 {padding-top:25px;}
}

.news-list1 {padding-top:15px;}
.news-list1 li.item{clear:both;overflow:hidden;width:100%;padding:0px;font-size:16px;}
.news-list1 li.item .title{float:left;padding-left:12px;height:34px;line-height:34px;background:url(images/arr.png) no-repeat left center;max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-list1 li.item .date{float:right;padding-right: 0px;color: #999;line-height:34px;}

@media (max-width:767px) /*手机端*/
{
.sy-title {background:none;border-bottom: #ddd 1px solid;padding-bottom: 5px;}
.sy-title .tit{height:18px;border-left: 3px solid #004c98;padding-left: 10px;}
.sy-title .t1{font-size:18px;}
.sy-title .more{padding-top: 0px;}
.news-list1 {padding-top:10px;}
.news-list1 li.item{font-size:15px;}
.news-list1 li.item .title{max-width:75%;}
}

/*联系我们*/
.lm-contact{width:100%;margin: 1px 0 20px;padding: 45px 80px;background-color: #f8f8f8;overflow: hidden; }
.lm-contact .title{font-size: 20px;font-weight: bold;margin-bottom: 20px;}
.lm-contact p{padding: 0px;margin:20px 0px;font-size: 16px;color: #666;line-height: 25px;}

@media (max-width:767px) /*手机端*/
{
.lm-contact{margin: 0px 0 10px 0;padding: 20px 0px;background-color: #fff; }
.lm-contact .title{font-size: 18px;margin-bottom: 10px;}
.lm-contact p{margin:0px 0px;font-size: 14px;}
.zxlyt{margin-top: 10px;}
}

/*首页-网上报修*/
.zixunbox{width:100%;margin:18px 0;overflow:hidden;}
.zixunbox li{float: left;width:50%;}
.zixunbox li i{font-size: 24px;margin-right: 10px;}
.zixunbox .zixun{color:#fff;background:#004c98;font-size:18px;height:80px;line-height:80px;text-align: center;font-weight:normal;margin-right: 15px;border-radius: 3px;display: block;cursor:pointer}
.zixunbox li:last-child .zixun{margin-right: 0px;}


/*栏目-成功案例*/
.cgal{padding-bottom:0px;}
.cgal .item {background-color: #ffffff;overflow:hidden;border:1px solid #f5f5f5;}
.cgal .item .con{padding:8px 10px;}
.cgal .item .con .title{height: 25px;line-height: 25px;font-size:14px;color:#000;}
.cgal .item .con .intro{display:block;line-height: 22px;font-size:12px;color:#666;}
.cgal .item .img{overflow: hidden;width:100%;}
.cgal .item .img img{width:100%;}
.cgal .item:hover img{transform:scale(1.1,1.1);-webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8;}

/*问答样式*/
.FaqList{clear: both;}
  .FaqList .item{margin-bottom: 20px;}
  .FaqList .circle{float: left;position: relative;width: 26px;height: 26px;line-height: 26px;margin: 2px 5px 0 0;border-radius: 4px;background: #C4261D;text-align: center;color: #FFF;font-size: 14px;}
  .FaqList .circle:after{content: "";position: absolute;top: 100%;left: 0;width: 0;height: 0;margin-top: -7px;border: 5px solid transparent;transform: rotate(2deg);-webkit-transform: rotate(2deg);}
  .FaqList .circle.q{margin-left: 8px;font-style: normal;}
  .FaqList .circle.q:after{border-left-color: #C4261D;}
  .FaqList .circle.a{background: #E8A839;font-style: normal;}
  .FaqList .circle.a:after{border-left-color: #E8A839;}
  .FaqList .ico-hot{float: left;}
  .FaqList .ico-hot:before{width: 40px;height: 18px;margin-top: 1px;background-position: -315px -390px;}
  .FaqList .ht h4{padding-left: 45px;font-size: 18px;}
  .FaqList .ct{position: relative;padding: 15px 8px 10px;margin-top: 15px;box-shadow: 0 0 10px rgba(0,0,0,.13);}
  .FaqList .ct .arrow{position: absolute;left: 5px;top: -13px;width: 30px;height: 30px;text-align: center;}
  .FaqList .ct .arrow:before{content: "";display: inline-block;width: 8px;height: 8px;box-shadow: 0 -3px 4px rgba(0,0,0,.1);background: #FFF;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
  .FaqList .txt{overflow: hidden;line-height: 24px;padding:0 10px;color: #666;}
  .FaqList .read{float: right;margin-right: 15px;}

  .FaqList .btns{margin-top: 10px;line-height: 30px;}
  .FaqList .date{margin-left: 15px;color: #ABABAB;font-style: normal;}


/*在线留言表单*/
.ui-validForm{padding-top:30px;}
.form-group::before,.form-group::after{content:"";display:table} 
.form-group::after{clear:both} 
.form-group{position:relative;padding:10px 0px;}
.form-group .control-label{position:absolute;left:0px;top:10px;}
.form-group .controls{padding-left:100px;}
.form-group .form-control{border:1px solid #eeeeee;height:32px;line-height:32px;width:100%;padding:2px 5px;font-size:14px;color:#666;transition:all .5s ease-in-out}
.form-group .form-control:focus{border-color:#ad7669}
.form-group textarea.form-control{height:300px}
.form-group .help-block{display:block}
.btn{border:1px solid #004c98;color:#fff;height:35px;width:120px;background:#004c98;transition:all .5s ease-in-out}
.btn:hover{background:#805246}
.form-group .controls-verificationCodeImage{position:relative;max-width:400px;_width:400px;}
.form-group .lb_verificationCodeImage{position:absolute;display:inline-block;right:1px;top:0px;height:32px;overflow:hidden}
.form-group .lb_verificationCodeImage img{height:30px;}

.el-textarea__inner:focus,.el-input.is-active .el-input__inner, .el-input__inner:focus{border-color: #004c98!important;outline: 0;}
.el-button--small, .el-button--small.is-round {padding: 12px 50px!important;}
.el-button--primary {background-color: #004c98!important;border-color: #004c98!important;}
.el-form--label-left .el-form-item__label {text-align: center!important;}
.el-textarea textarea{height: 100px!important;}


#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 12px;
    right: 12px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: -8889px;
    background: url(Images/ui.totop.png) no-repeat left 0px;
    background-size: auto;
    background-size: cover;
    z-index:190;
    border-radius:50%;
    transition:all 0.2s linear;
}
#toTop:hover {
    background-position:left -50px;
    background-size: cover;
    }

/*人才招聘*/
.jjyc{clear:both;overflow:hidden;width:100%;padding-top:10px;}
.jjyc li{margin-bottom:20px;position:relative;box-shadow:none;}
.jjyc li .tits{font-size:16px;height:45px;line-height:45px;padding-left:15px;cursor:pointer;padding-right:50px;-webkit-transition: all 0.25s linear;transition: all 0.25s linear;}
.jjyc li .tits span.s1{display:inline-block;position:absolute;top:0px;right:0px;z-index:5;width:50px;border-left:1px #fff solid;height:45px;line-height:45px;text-align:center;font-weight:normal;font-size:24px;background:#004c98;color:white;}
.jjyc li .tits{background:#f5f5f5;}
.jjyc li .tits.current{background:#46b085;color:white;}
.jjyc li .tits.current span.s1{background:#46b085;}
.jjyc li .coms{padding:15px;background:#fff;line-height:2;transform:scale(1,1);transition: all 0.3s ease-out 0s;}
.jjyc li .tits .span_minus:before{content: "-";}
.jjyc li .tits .span_plus:before{content: "+";}
.collapse {display: none;}
.collapse.in {display: block;}

/*手机首页图标导航*/

.mainnav{clear: both;padding:25px 15px 0;overflow:hidden;}
.mainnav ul li{font-size: 18px;color: #fff;text-align:center;padding:10px 0;margin:7px 0;background: #004c98;border-radius: 30px; }
.mainnav ul li i{font-size: 20px;}
@media (max-width:767px) /*手机端*/
{
.mainnav{padding:15px 8px 0;}
.mainnav ul li{font-size: 14px;padding:5px 0;margin:5px 0;border-radius: 20px; }
.mainnav ul li i{font-size: 16px;}
}
/*悬浮图标*/
.service-online {
  position: fixed;
    _position: absolute;
    bottom: 40%;
    right: .1%;
    z-index: 1000;
}
.service-online .btn {
  width: 50px; height: 50px; font-size: 22px; margin-bottom: 1px; vertical-align: middle; display: block; background-color: #004c98;border: 0px solid rgb(208, 208, 208);
}
.service-online .btn .fa {
  line-height: 40px; vertical-align: top;
}
.service-online :last-child.btn {
  margin-bottom: 0px;
}
.service-online #hotline {
  position: relative;
}
.service-online .linebox {
  left: -185px; width: 190px;bottom: 0px; display: none; position: absolute;
}
.service-online .linebox p {
  line-height: 1.8;
}
.service-online .linebox p .fa {
  top: 4px; line-height: 1.4; position: relative;
}
.service-online #hotline .linebox .contentbox {
  background: rgb(255, 255, 255); padding: 9px 5px; border-radius: 6px; border: 1px solid rgb(208, 208, 208); border-image: none; width: 170px; position: relative; box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.service-online #hotline:hover .linebox {
  display: block;
}
.service-online .ewm {
  left: -145px; width: 150px; height: 150px; bottom: 0px; display: none; position: absolute;
}
.service-online #weixinIm:hover .ewm {
  display: block;
}
.service-online .ewm .contentbox {
  background: rgb(255, 255, 255); padding: 5px; border-radius: 6px; border: 1px solid rgb(208, 208, 208); border-image: none; width: 130px; height: 150px; position: relative; box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.service-online .contentbox .border-right-empty {
  width: 0px; height: 0px; right: -12px; bottom: 10px; border-top-color: transparent; border-bottom-color: transparent; border-left-color: rgb(13, 13, 13); border-top-width: 12px; border-bottom-width: 12px; border-left-width: 12px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; position: absolute;
}
.service-online .contentbox .border-right-empty span {
  left: -12px; top: -12px; width: 0px; height: 0px; border-top-color: transparent; border-bottom-color: transparent; border-left-color: rgb(251, 251, 251); border-top-width: 12px; border-bottom-width: 12px; border-left-width: 12px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; display: block; position: absolute;
}
.service-online .ewm img {
  width: 120px; height: 120px;
}

/*移动端底部固定导航*/
.footer-fixed{position:fixed;left:0;bottom:0;width:100%;color:#fff;background:#004385;z-index:9;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.footer-fixed ul{height:60px;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;}
.footer-fixed ul li{flex-grow:1;}
.footer-fixed ul li + li{border-left:1px solid rgba(255,255,255,0.3);}
.footer-fixed ul li a{display:block;width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.footer-fixed ul li span{font-size:16px;color:#fff;line-height:26px;}
.footer-fixed ul li .fa-home{font-size:20px;}
.footer-fixed ul li p{color:#fff;font-size:12px;}
.footer-fixed.active{transform:translateX(280px);z-index:9;}

/*顶部弹窗*/
.modal-header{
  padding:10px 15px 65px; 
  background: url(images/mt-bg.jpg);
  background-size:100% 100%;
  border-bottom: 0px solid #e5e5e5;
}
.modal-content {
    overflow:hidden;
}

.modal-content .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    border:0px;
}
.modal-content .modal-body{
    padding:15px 40px 0;width:100%;
}
.modal-content .modal-footer{
    border-top: 0px solid #eee;
}

    .modal-content .close:hover,
    .modal-content .close:focus {
        color: #ff7e00;
        text-decoration: none;
        cursor: pointer;
        opacity: 1
        filter: alpha(opacity=100);
    }
